-
Couldn't load subscription status.
- Fork 19
add --top-scope-variables cli argument, fix #228 #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
da71597 to
f4a94d3
Compare
|
Removed an extra blank line. |
|
Not sure how to deal with this issue, though:
|
Manually adjusting the Metrics/MethodLength variable in the rubocop_todo.yml file should do the trick. Alternatively, you can run |
f4a94d3 to
11a7127
Compare
|
I fixed the comment and regenerated the Rubocop config for the line length issue. |
11a7127 to
58fd47f
Compare
|
Fixed the explicit namespace failure. Specs should now pass. Sorry for the churn here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…top scope variable, and later the lint:ignore can be remove when a new puppet-lint is released puppetlabs/puppet-lint#229
Summary
This adds the
--top-scope-variablesCLI option that setsPuppetLint.configuration.top_scope_variables.Related Issues (if any)
#228
Checklist